home *** CD-ROM | disk | FTP | other *** search
- ;Just making the scripts to beleive that you have
- ;installed the tools required.
-
-
- if not exists libs:parm.library
- assign libs: tools/extras/ add
- endif
-
- assign >nil: sel: exists
- if warn
- assign SEL: "`cd`" add
- path tools/ add
- endif
-
- if not exists SEL:bro
- assign SEL: "`cd`" add
- path tools/ add
- endif
-
-
- ;If you want to use this script regulary, then
- ;Install all the tools in selector/tools
- ;and copy the scripts to SEL:bro/'
- ;
- ;After this, you can start the browser by
- ;execute sel:bro/startbrowser
- ;
- ;or if you want to start on a specific directory,
- ;lets say "Work:tools/" then start by:
- ;execute sel:bro/startbrowser "Work:tools"
-
- selector bro/info.sel
-
- execute bro/startbrowser
-